object Autologin: TAutologin Left = 261 Top = 111 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Auto-login Wizard' ClientHeight = 240 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 29 Top = 98 Width = 63 Height = 13 Alignment = taRightJustify Caption = 'Name trigger:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 12 Top = 122 Width = 80 Height = 13 Alignment = taRightJustify Caption = 'Character Name:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 11 Top = 146 Width = 81 Height = 13 Alignment = taRightJustify Caption = 'Password trigger:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 43 Top = 170 Width = 49 Height = 13 Alignment = taRightJustify Caption = 'Password:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 45 Top = 74 Width = 47 Height = 13 Alignment = taRightJustify Caption = 'Initial text:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 104 Top = 8 Width = 207 Height = 13 Caption = 'To create an auto-login trigger for this MUD,' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label7: TLabel Left = 104 Top = 22 Width = 158 Height = 13 Caption = 'edit the data below (if necessary),' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label8: TLabel Left = 104 Top = 36 Width = 157 Height = 13 Caption = 'and click Yes, otherwise click No' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Image2: TImage Left = 56 Top = 8 Width = 32 Height = 32 AutoSize = True end object OKBtn: TBitBtn Left = 144 Top = 204 Width = 77 Height = 27 Caption = '&Yes' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 228 Top = 204 Width = 77 Height = 27 Cancel = True Caption = '&No' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object NameTrig: TEdit Left = 104 Top = 96 Width = 201 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object Name: TEdit Left = 104 Top = 120 Width = 201 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 end object PassTrig: TEdit Left = 104 Top = 144 Width = 201 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 end object Password: TEdit Left = 104 Top = 168 Width = 201 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 end object OtherStr: TEdit Left = 104 Top = 72 Width = 201 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 end end